@CHARSET "UTF-8";

/***PC style begin***/
.headTop{
    padding:8px 0px;
    background: #efefef;

}
.headNav{
    background:#5284d2 ;
}
.headNav .item{
    display: block;
    float: left;
    width:12.5%;
    text-align: center;
    color:white;
    font-size:16px;
    padding:10px 0px;
}


@media ( min-width :992px )and (max-width:1199px)  {

    .headNav .item{
        font-size:14px;
    }

}

.headNav .item:hover{
   /* background: #e37a24;*/
    background: #3b5c7d;
}
.keywords{
    height: 34px;
    line-height: 34px;
    width:80%;
    float: left;
    overflow: hidden;
}
.searchForm{
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    float: left;
    width: 20%;
}

.searchForm .searchBtn{
    cursor: pointer;
}


.picMarquee-left {
    position: relative;
    text-align: center;
}
.picMarquee-left .hd{
    position: absolute;
    left:50%;
    bottom: 10px;
    text-align: center;
}
.picMarquee-left .hd ul{
    position: relative;
    left:-50%;
    display: block;
    list-style-type: disc;
    margin-block-start:0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

.picMarquee-left .hd ul li{
    float:left;
    list-style: none;
    width:25px;
    height: 25px;
    border-radius: 50%;
    margin-left:5px;
    background: rgba(255, 255, 255, 0.7);
}

.picMarquee-left .hd ul li.on{
    background: #009fca;
    color: #ffffff;
}

.picMarquee-left .banner-text-container {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    color: #fff;

    background-color: rgba(92, 89, 100, 0.1);
}

.picMarquee-left .banner-text-container .text-wrap {
    padding-bottom: 5px;
}
